home *** CD-ROM | disk | FTP | other *** search
/ Aminet 4 / Aminet 4 - November 1994.iso / aminet / comm / misc / avmnfaxsrc1_33.lha / debug_proto.h < prev    next >
C/C++ Source or Header  |  1994-05-25  |  351b  |  13 lines

  1. /* $Header: pd:zvmrcs/debug_proto.h,v 1.1 1993/04/07 18:45:43 rvillari Exp $ */
  2. #ifndef _DEBUG_PROTO_H
  3. #define _DEBUG_PROTO_H
  4.  
  5. #include "voice.h"
  6.  
  7. void mainError(char*);
  8. void printStatus(enum ReturnStatus status);
  9. void debugString(char* s, char* description);
  10. void debugInt(int i, char* description);
  11. void debugChar(char c, char* description);
  12. #endif
  13.